auto merge of #893 : alexcrichton/cargo/issue-885, r=brson
authorbors <bors@rust-lang.org>
Tue, 18 Nov 2014 19:29:29 +0000 (19:29 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Nov 2014 19:29:29 +0000 (19:29 +0000)
commit68bcb669d5518bd641510c73b19801cfbc88c6a0
tree4d21dda32d40b94cb6fd4d74b37dab1c1d867d6d
parent6d1758d6b3df231b94f044a30738b2a27da7881f
parent71a89ef4c1098eab4eeb6a540b45d27f939b8629
auto merge of #893 : alexcrichton/cargo/issue-885, r=brson

This fixes a bug in cargo where target executables and libraries would be linked
to plugin native dependencies (not wanted!).

Closes #885